nu-json
a fork of serde_hjson.
The changes made to this crate are kept in CHANGELOG.
The Rust implementation of Hjson is based on the Serde JSON Serialization Library.
This crate is a Rust library for parsing and generating Human JSON Hjson. It is built upon Serde, a high performance generic serialization framework.
Install
This crate works with Cargo and can be found on crates.io with a Cargo.toml
like:
[]
= "1"
= "0.76"
From the Commandline
Add with:
Usage
extern crate serde;
extern crate nu_json;
use ;
DOCS
At the moment, the documentation on serde_hjson / serde_json is also relevant for nu-json.